home *** CD-ROM | disk | FTP | other *** search
- ; $Id: morepsp.inf 1.0 1998/12/08 07:13:45 satomii Exp $
- ; Rei's More Extensions install information
-
- [Version]
- signature="$Chicago$"
- Provider="Rei's Booth."
-
- [DefaultInstall]
- CopyFiles=ThisDll.sys.install
- AddReg=ThisDll.Add.Reg
-
- [DefaultInstall.ntx86]
- CopyFiles=ThisDll.sys.install
- AddReg=ThisDll.Add.Reg
- DelReg=ThisDll.Add.Reg,ThisDll.Add.Reg.NT
-
- [DefaultUninstall]
- DelFiles=ThisDll.sys.uninstall
- DelReg=ThisDll.Add.Reg
-
- [DefaultUninstall.ntx86]
- DelFiles=ThisDll.sys.uninstall
- DelReg=ThisDll.Add.Reg,ThisDll.Add.Reg.NT
-
- [ThisDll.Add.Reg]
- HKCR,"CLSID\{1315F3C0-529E-11d2-887B-000000000000}\InProcServer32",,,"%11%\%SubDir%\%ThisDll%"
- HKCR,"CLSID\{1315F3C0-529E-11d2-887B-000000000000}\InProcServer32","ThreadingModel",,"Apartment"
- HKCR,"*\ShellEx\PropertySheetHandlers\%AppName%",,,"{1315F3C0-529E-11d2-887B-000000000000}"
- HKCR,"Folder\ShellEx\PropertySheetHandlers\%AppName%",,,"{1315F3C0-529E-11d2-887B-000000000000}"
- HKLM,"Software\%AppReg%","%AppDesc%",,"%11%\%SubDir%\%ThisDll%"
-
- [ThisDll.Add.Reg.NT]
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved","{1315F3C0-529E-11d2-887B-000000000000}",,"%AppDesc%"
-
- [ThisDll.sys.install]
- %ThisDll%
- %ThisInf%
-
- [ThisDll.sys.uninstall]
- %ThisDll%,,,1
- %ThisInf%,,,1
-
- [DestinationDirs]
- ThisDll.sys.install=11,"%SubDir%"
- ThisDll.sys.uninstall=11,"%SubDir%"
-
- [SourceDisksFiles]
- %ThisDll%=55
-
- [SourceDisksNames]
- 55="%AppDesc%","",1
-
- [Strings]
- AppName = "MorePsp"
- AppDesc = "More Property Sheet"
- AppReg = "Rei's Booth\ShellExt"
- SubDir = "ShellExt"
- ThisDll = "MOREPSP.DLL"
- ThisInf = "MOREPSP.INF"
-